home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 January / EnterCD 0105.iso / Grafika / DigiBookShelf 11.0 / D110TRENG.EXE / HELP / regist.swf / scripts / DefineButton2_32 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2004-09-21  |  363 b   |  17 lines

  1. on(release){
  2.    if(_root.is_connect == 0)
  3.    {
  4.       _root.prevFrame();
  5.       yesB.gotoAndStop(1);
  6.       this.gotoAndStop(1);
  7.    }
  8.    else
  9.    {
  10.       yesB.gotoAndStop(1);
  11.       this.gotoAndStop(1);
  12.       _root.baseMC.targetMC._y = 60;
  13.       focus = "_root.baseMC.targetMC." + _root.baseMC.targetMC.current;
  14.       Selection.setFocus(focus);
  15.    }
  16. }
  17.